Follow symlinks in MS-Windows emulations of ACL functions.
authorEli Zaretskii <eliz@gnu.org>
Tue, 18 Dec 2012 19:05:56 +0000 (21:05 +0200)
committerEli Zaretskii <eliz@gnu.org>
Tue, 18 Dec 2012 19:05:56 +0000 (21:05 +0200)
commit62abe4af9beeb7133d540a65433b9f198dcfa4de
treefe78bada0af38dae896969dbdae0e9f14f1c782d
parent95a91e94b9aab84d83779a4ebe0b741000ebab1c
Follow symlinks in MS-Windows emulations of ACL functions.

 src/w32.c (acl_get_file, acl_set_file): Run the file name through
 map_w32_filename, and resolve any symlinks in the file name, like
 Posix platforms do.
 (acl_set_file): Call revert_to_self, if any privileges were
 enabled.
src/ChangeLog
src/w32.c